home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- ** **
- ** The Video-Easel Startup-Script **
- ** Put REXX-commandos to be executed at startup here... **
- ** © THOR 1995 **
- *************************************************************************/
-
- /* Supply this library for drawcircle... */
- call addlib('rexxmathlib.library',0,-30,0)
-
- 'addrxmenu' 'drawcircle.rexx' '"Draw Circle"'
- 'addrxmenu' 'importxlife.rexx' '"Import XLife..."'
-
- /* Produce nicer title... */
-
- 'offverify'
- 'openapp' 'Title'
- 'waitcomplete'
- 'openpic' 'Title.pic'
- 'waitcomplete'
-
- 'onverify'
- 'menu' 'Project' 'About'
- /* Add more menus or other rexx-commandos here... */
-